Searched refs:ASTContext (Results 401 - 415 of 415) sorted by relevance

<<11121314151617

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp14 #include "clang/AST/ASTContext.h"
2618 NoteIndirectBases(ASTContext &Context, IndirectBaseSet &Set,
4888 static bool isIncompleteOrZeroLengthArrayType(ASTContext &Context, QualType T) {
5180 static const void *GetKeyForBase(ASTContext &Context, QualType BaseType) {
5184 static const void *GetKeyForMember(ASTContext &Context,
9815 ASTContext &Ctx, CXXRecordDecl *RD,
11512 IsEquivalentForUsingDecl(ASTContext &Context, NamedDecl *D1, NamedDecl *D2) {
11831 ASTContext &Ctx = ND->getASTContext();
H A DSemaExpr.cpp16 #include "clang/AST/ASTContext.h"
2266 recoverFromMSUnqualifiedLookup(Sema &S, ASTContext &Context,
3413 GetUniqueStableNameInfo(ASTContext &Context, QualType OpType,
4267 static void captureVariablyModifiedType(ASTContext &Context, QualType T,
6089 static FunctionDecl *rewriteBuiltinFunctionDecl(Sema *Sema, ASTContext &Context,
7237 // ASTContext::getTypeSize will return the size rounded up to a
8467 ASTContext &Ctx) {
9220 static void ConstructTransparentUnion(Sema &S, ASTContext &C,
10310 ASTContext &Ctx = Self.getASTContext();
13655 static bool needsConversionOfHalfVec(bool OpRequiresConversion, ASTContext
[all...]
H A DSemaCast.cpp17 #include "clang/AST/ASTContext.h"
553 unwrapCastAwayConstnessLevel(ASTContext &Context, QualType &T1, QualType &T2) {
H A DSemaTemplate.cpp13 #include "clang/AST/ASTContext.h"
1849 // the ASTContext lays out the structure.
1961 ASTContext &Context = SemaRef.getASTContext();
2860 static SourceRange getRangeOfTypeInNestedNameSpecifier(ASTContext &Context,
3301 ASTContext &Context = SemaRef.getASTContext();
8374 // the ASTContext lays out the structure.
H A DSemaDeclAttr.cpp14 #include "clang/AST/ASTContext.h"
150 static inline bool isNSStringType(QualType T, ASTContext &Ctx) {
166 static inline bool isCFStringType(QualType T, ASTContext &Ctx) {
/freebsd-13-stable/lib/clang/libclang/
H A DMakefile52 SRCS_MIN+= AST/ASTContext.cpp
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp18 #include "clang/AST/ASTContext.h"
47 ASTContext &C = CGF.getContext();
H A DCGException.cpp1631 ASTContext &Context = CGF.getContext();
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp709 ASTContext &Ctx;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp16 #include "clang/AST/ASTContext.h"
1383 // FIXME: ASTContext::getInjectedClassNameType is not suitable for AST reading
2835 // ASTContext's internal storage.
7140 ASTContext &ToCtx = Importer.getToContext();
7698 ASTContext &ToCtx = Importer.getToContext();
7908 ASTImporter::ASTImporter(ASTContext &ToContext, FileManager &ToFileManager,
7909 ASTContext &FromContext, FileManager &FromFileManager,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp2123 ASTContext &Ctx = CD->getASTContext();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1634 // copies of the same type over and over in the ASTContext for our
1882 clang::ASTContext &ast = m_ast.getASTContext();
3433 "ASTContext => %p: 0x%8.8" PRIx64
3442 "ASTContext => %p: 0x%8.8" PRIx64
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp13 #include "clang/AST/ASTContext.h"
1820 ASTContext &ASTCtx = Actions.getASTContext();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp15 #include "clang/AST/ASTContext.h"
2760 ASTContext &Context = getContext();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h195 bool TraverseAST(ASTContext &AST) {

Completed in 383 milliseconds

<<11121314151617