|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/Frontend/CompilerInstance.h 695 void createSema(TranslationUnitKind TUKind,
References
tools/clang/lib/Frontend/ChainedIncludesSource.cpp 167 Clang->createSema(TU_Prefix, nullptr);
tools/clang/lib/Frontend/FrontendAction.cpp 1040 CI.createSema(getTranslationUnitKind(), CompletionConsumer);
tools/clang/lib/Frontend/FrontendActions.cpp 47 CI.createSema(Action.getTranslationUnitKind(),
tools/clang/tools/extra/clang-include-fixer/IncludeFixer.cpp 53 Compiler->createSema(getTranslationUnitKind(), CompletionConsumer);
tools/clang/unittests/CodeGen/BufferSourceTest.cpp 70 compiler.createSema(clang::TU_Prefix, nullptr);
tools/clang/unittests/CodeGen/CodeGenExternalTest.cpp 290 compiler.createSema(clang::TU_Prefix, nullptr);
tools/clang/unittests/CodeGen/IncrementalProcessingTest.cpp 141 compiler.createSema(clang::TU_Prefix, nullptr);
tools/clang/unittests/CodeGen/TBAAMetadataTest.cpp 67 compiler.createSema(clang::TU_Prefix, nullptr);
tools/clang/unittests/Frontend/CodeGenActionTest.cpp 38 CI.createSema(getTranslationUnitKind(), nullptr);
tools/clang/unittests/Sema/ExternalSemaSourceTest.cpp 196 CI.createSema(getTranslationUnitKind(), nullptr);
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp 709 instance->createSema(action->getTranslationUnitKind(), nullptr);