Home
last modified time | relevance | path

Searched defs:Define (Results 1 – 11 of 11) sorted by relevance

/llvm-project/llvm/tools/yaml2obj/
H A Dyaml2obj.cpp66 for (StringRef Define : D) { in preprocess() local
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DHeaderGuard.cpp93 SourceLocation Define = MacroEntry.first.getLocation(); in EndOfMainFile() local
160 SourceLocation Define, in checkHeaderGuardDefinition()
/llvm-project/clang-tools-extra/pseudo/unittests/
H A DDirectiveTreeTest.cpp
/llvm-project/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp173 for (StringRef Define : Defines) { AssembleInput() local
/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h74 Define, enumerator
/llvm-project/clang-tools-extra/clangd/unittests/
H A DCompileCommandsTests.cpp335 TEST(ArgStripperTest,Define) TEST() argument
H A DPreambleTests.cpp278 TEST(PreamblePatchTest, Define) { in TEST() argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h46 Define = 0x2, enumerator
[all...]
/llvm-project/clang/unittests/Lex/
H A DDependencyDirectivesScannerTest.cpp144 TEST(MinimizeSourceToDependencyDirectivesTest, Define) { in TEST() argument
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DMacroToEnumCheck.cpp235 SourceLocation Define = in isConsecutiveMacro() local
/llvm-project/flang/lib/Parser/
H A Dpreprocessor.cpp294 void Preprocessor::Define(const std::string &macro, const std::string &value) { Define() function in Fortran::parser::Preprocessor