Lines Matching refs:ASTContext
15 #include "clang/AST/ASTContext.h"
28 NestedNameSpecifier::FindOrInsert(const ASTContext &Context,
46 NestedNameSpecifier::Create(const ASTContext &Context,
59 NestedNameSpecifier::Create(const ASTContext &Context,
75 NestedNameSpecifier::Create(const ASTContext &Context,
91 NestedNameSpecifier::Create(const ASTContext &Context,
103 NestedNameSpecifier::Create(const ASTContext &Context, IdentifierInfo *II) {
113 NestedNameSpecifier::GlobalSpecifier(const ASTContext &Context) {
122 NestedNameSpecifier::SuperSpecifier(const ASTContext &Context,
535 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
548 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
560 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
572 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
583 void NestedNameSpecifierLocBuilder::MakeGlobal(ASTContext &Context,
592 void NestedNameSpecifierLocBuilder::MakeSuper(ASTContext &Context,
603 void NestedNameSpecifierLocBuilder::MakeTrivial(ASTContext &Context,
655 // pointer (which points into the ASTContext) but set the capacity to zero to
664 NestedNameSpecifierLocBuilder::getWithLocInContext(ASTContext &Context) const {
674 // our (temporary) buffer and adopt the ASTContext-allocated memory?