Searched defs:ASTContext (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DMangle.cpp94 const ASTContext &ASTContext = getASTContext(); local
133 const ASTContext &ASTContext = getASTContext(); local
H A DASTContext.cpp712 ASTContext::ASTContext(LangOptions& LOpts, SourceManager &SM, function in class:ASTContext
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h78 class ASTContext : public RefCountedBase<ASTContext> { class in namespace:clang
[all...]
H A DStmt.h327 void operator delete(void*, const ASTContext&, unsigned) throw() { } argument
328 void operator delete(void*, const ASTContext*, unsigned) throw() { } argument
[all...]

Completed in 65 milliseconds