Home
last modified time | relevance | path

Searched refs:KeepMacroComments (Results 1 – 25 of 64) sorted by relevance

123

/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/Lex/
H A DPreprocessor.h189 bool KeepMacroComments : 1; variable
850 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
851 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
852 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Lex/
H A DPreprocessor.h195 bool KeepMacroComments : 1; variable
860 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
861 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
862 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Lex/
H A DPreprocessor.h197 bool KeepMacroComments : 1; variable
962 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
963 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
964 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Lex/
H A DPreprocessor.h196 bool KeepMacroComments : 1; variable
955 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
956 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
957 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Lex/
H A DPreprocessor.h196 bool KeepMacroComments : 1; variable
955 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
956 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
957 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Lex/
H A DPreprocessor.h196 bool KeepMacroComments : 1; variable
947 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
948 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
949 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Lex/
H A DPreprocessor.h197 bool KeepMacroComments : 1; variable
963 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
964 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
965 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Lex/
H A DPreprocessor.h197 bool KeepMacroComments : 1; variable
963 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
964 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
965 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Lex/
H A DPreprocessor.h192 bool KeepMacroComments : 1; variable
937 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
938 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
939 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Lex/
H A DPreprocessor.h197 bool KeepMacroComments : 1; variable
962 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
963 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
964 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h196 bool KeepMacroComments : 1; variable
947 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
948 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
949 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h197 bool KeepMacroComments : 1; variable
963 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
964 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
965 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/Lex/
H A DPreprocessor.h197 bool KeepMacroComments : 1; variable
962 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
963 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
964 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Lex/
H A DPreprocessor.h197 bool KeepMacroComments : 1; variable
963 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
964 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
965 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/Lex/
H A DPreprocessor.h197 bool KeepMacroComments : 1; variable
963 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
964 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
965 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Lex/
H A DPreprocessor.h198 bool KeepMacroComments : 1; variable
1000 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
1001 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
1002 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Lex/
H A DPreprocessor.cpp99 KeepMacroComments = false; in Preprocessor()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Lex/
H A DPreprocessor.cpp101 KeepMacroComments = false; in Preprocessor()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Lex/
H A DPreprocessor.cpp99 KeepMacroComments = false; in Preprocessor()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Lex/
H A DPreprocessor.cpp99 KeepMacroComments = false; in Preprocessor()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Lex/
H A DPreprocessor.cpp99 KeepMacroComments = false; in Preprocessor()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Lex/
H A DPreprocessor.cpp99 KeepMacroComments = false; in Preprocessor()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Lex/
H A DPreprocessor.cpp99 KeepMacroComments = false; in Preprocessor()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Lex/
H A DPreprocessor.cpp99 KeepMacroComments = false; in Preprocessor()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp99 KeepMacroComments = false; in Preprocessor()

123