HomeSort by: relevance | last modified time | path
    Searched refs:getASTContext (Results 1 - 25 of 226) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
DiagOutputUtils.h 21 D->getNameForDiagnostic(Os, D->getASTContext().getPrintingPolicy(),
29 D->getNameForDiagnostic(Os, D->getASTContext().getPrintingPolicy(),
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXComment.h 51 static inline ASTContext &getASTContext(CXComment CXC) {
52 return cxtu::getASTUnit(CXC.TranslationUnit)->getASTContext();
56 return getASTContext(CXC).getCommentCommandTraits();
CIndexHigh.cpp 63 ASTContext &getASTContext() const {
64 return cxtu::getASTUnit(TU)->getASTContext();
185 ASTContext &Ctx = data->getASTContext();
255 ASTContext &getASTContext() const {
256 return Unit.getASTContext();
280 ASTContext &Ctx = data->getASTContext();
347 ASTContext &getASTContext() const {
348 return Unit.getASTContext();
358 ASTContext &Ctx = getASTContext();
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTMerge.cpp 36 CI.getASTContext().getLangOpts());
38 &CI.getASTContext());
42 *CI.getASTContext().getTranslationUnitDecl());
56 ASTImporter Importer(CI.getASTContext(), CI.getFileManager(),
57 Unit->getASTContext(), Unit->getFileManager(),
60 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl();
ChainedIncludesSource.cpp 45 CIs[i]->getASTContext().getExternalSource()) {
87 PP, CI.getModuleCache(), &CI.getASTContext(), CI.getPCHContainerReader(),
166 Clang->getASTContext().setASTMutationListener(
194 Clang->getASTContext().setExternalSource(Reader);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclContextInternals.h 50 ASTContext &C = getASTContext();
101 ASTContext &C = getASTContext();
124 ASTContext &getASTContext() {
127 return ND->getASTContext();
128 return getAsList()->D->getASTContext();
181 ASTContext &C = Decls.front()->getASTContext();
232 ASTContext &C = D->getASTContext();
256 ASTContext &C = D->getASTContext();
272 ASTContext &C = D->getASTContext();
AbstractBasicReader.h 96 // ASTContext &getASTContext();
129 using BasicReaderBase<Impl>::getASTContext;
200 elemTy = getASTContext().getRecordType(recordDecl);
206 elemTy = getASTContext().getAsArrayType(elemTy)->getElementType();
247 auto &ctx = getASTContext();
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
RenamingAction.cpp 48 getUSRsForDeclaration(ND, Context.getASTContext());
51 Context.getASTContext().getTranslationUnitDecl());
69 getNamedDeclAt(Context.getASTContext(), SelectionRange.getBegin());
87 *Occurrences, Context.getASTContext().getSourceManager(), Name);
95 getNamedDeclFor(Context.getASTContext(), OldQualifiedName);
138 auto USRs = getUSRsForDeclaration(ND, Context.getASTContext());
141 USRs, NewQualifiedName, Context.getASTContext().getTranslationUnitDecl());
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 82 ASTContext &getASTContext() override {
87 return getASTContext().getSourceManager();
151 const SourceManager &SM = getASTContext().getSourceManager();
  /src/external/apache2/llvm/dist/clang/tools/clang-import-test/
clang-import-test.cpp 251 ASTContext &getASTContext() { return CI->getASTContext(); }
255 if (ExternalASTSource *Source = CI->getASTContext().getExternalSource())
268 {CI.getASTContext(), CI.getFileManager()});
271 Sources.emplace_back(Import.getASTContext(), Import.getFileManager(),
274 CI.getASTContext().setExternalSource(ES.release());
275 CI.getASTContext().getTranslationUnitDecl()->setHasExternalVisibleStorage();
299 ParseAST(CI.getPreprocessor(), &Consumer, CI.getASTContext());
331 Consumers.Initialize(CI.getASTContext());
347 Sources.push_back({Import.getASTContext(), Import.getFileManager()
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CheckPlacementNew.cpp 76 ASTContext &AstContext = C.getASTContext();
95 C.getASTContext().getCharWidth(),
169 unsigned StorageTAlign = C.getASTContext().getTypeAlign(VD->getType());
173 return StorageTAlign / C.getASTContext().getCharWidth();
222 TheOffsetRegion.getOffset() / C.getASTContext().getCharWidth();
252 Offset.getOffset() / C.getASTContext().getCharWidth();
279 unsigned AllocatedTAlign = C.getASTContext().getTypeAlign(AllocatedT) /
280 C.getASTContext().getCharWidth();
NoReturnFunctionChecker.cpp 123 lazyInitKeywordSelector(HandleFailureInFunctionSel, C.getASTContext(),
130 lazyInitKeywordSelector(HandleFailureInMethodSel, C.getASTContext(),
CastSizeChecker.cpp 91 ASTContext &Ctx = C.getASTContext();
121 CharUnits typeSize = C.getASTContext().getTypeSizeInChars(ToPointeeTy);
NSAutoreleasePoolChecker.cpp 55 releaseS = GetNullarySelector("release", C.getASTContext());
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseAST.cpp 144 ExternalASTSource *External = S.getASTContext().getExternalSource();
171 Consumer->HandleTranslationUnit(S.getASTContext());
184 S.getASTContext().PrintStats();
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp 53 StringRef BName = FD->getASTContext().BuiltinInfo.getName(BId);
124 DefinedSVal V = getSValBuilder().makeIntVal(Val, getASTContext().LongLongTy);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExternalASTMerger.cpp 117 : ASTImporter(ToContext, ToFileManager, S.getASTContext(),
121 Reverse(S.getASTContext(), S.getFileManager(), ToContext, ToFileManager,
170 ASTContext &PersistentCtx = Persistent->getASTContext();
314 SourceTag->getASTContext().getExternalSource()->CompleteType(SourceTag);
333 SourceInterface->getASTContext().getExternalSource()->CompleteType(
405 assert(&D->getASTContext() == &Target.AST);
414 assert(&S.getASTContext() != &Target.AST);
416 assert(!S.getMerger() || &S.getMerger()->Target.AST == &S.getASTContext());
426 << " removing source (ASTContext*)" << (void *)&S.getASTContext()
432 if (&Importer->getFromContext() == &S.getASTContext())
    [all...]
DeclFriend.cpp 31 NextFriend.get(getASTContext().getExternalSource()));
DeclOpenMP.cpp 128 PrevDeclInScope.get(getASTContext().getExternalSource()));
133 PrevDeclInScope.get(getASTContext().getExternalSource()));
160 PrevDeclInScope.get(getASTContext().getExternalSource()));
165 PrevDeclInScope.get(getASTContext().getExternalSource()));
Mangle.cpp 108 const ASTContext &ASTContext = getASTContext();
121 if (!getASTContext().getLangOpts().CPlusPlus &&
126 if (!getASTContext().getLangOpts().CPlusPlus && !D->hasAttrs())
142 const ASTContext &ASTContext = getASTContext();
163 getASTContext().getTargetInfo().getUserLabelPrefix();
166 llvm::DataLayout(getASTContext().getTargetInfo().getDataLayoutString())
325 if (getASTContext().getLangOpts().ObjCRuntime.isGNUFamily()) {
457 auto Prefix = getClassSymbolPrefix(Kind, OCD->getASTContext());
477 ASTContext &Ctx = ND->getASTContext();
542 OS << getClassSymbolPrefix(ObjCClass, D->getASTContext());
    [all...]
  /src/external/apache2/llvm/dist/clang/examples/AnnotateFunctions/
AnnotateFunctions.cpp 36 FD->getASTContext(), "example_annotation", nullptr, 0));
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
RefactoringRuleContext.h 47 ASTContext &getASTContext() const {
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Context.h 56 ASTContext &getASTContext() const { return Ctx; }
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIChecker.h 50 .reset(new MPIFunctionClassifier{Ctx.getASTContext()});
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
ASTSelectionRequirements.cpp 24 findSelectedASTNodes(Context.getASTContext(), *Range);

Completed in 29 milliseconds

1 2 3 4 5 6 7 8 910