Home
last modified time | relevance | path

Searched refs:AllowASTWithCompilerErrors (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/
DASTUnit.h703 bool AllowASTWithCompilerErrors = false,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/
DASTUnit.h700 bool AllowASTWithCompilerErrors = false,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/
DASTUnit.h703 bool AllowASTWithCompilerErrors = false,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/
DASTUnit.h703 bool AllowASTWithCompilerErrors = false,
/aosp_15_r20/external/clang/include/clang/Serialization/
H A DASTReader.h831 bool AllowASTWithCompilerErrors; variable
1322 bool AllowASTWithCompilerErrors = false,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Serialization/
DASTReader.h974 bool AllowASTWithCompilerErrors; variable
1580 bool AllowASTWithCompilerErrors = false,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Serialization/
DASTReader.h974 bool AllowASTWithCompilerErrors; variable
1580 bool AllowASTWithCompilerErrors = false,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Serialization/
DASTReader.h1001 bool AllowASTWithCompilerErrors; variable
1590 bool AllowASTWithCompilerErrors = false,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Serialization/
DASTReader.h969 bool AllowASTWithCompilerErrors; variable
1575 bool AllowASTWithCompilerErrors = false,
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReader.cpp2308 if (hasErrors && !DisableValidation && !AllowASTWithCompilerErrors) { in ReadControlBlock()
8692 bool AllowASTWithCompilerErrors, in ASTReader() argument
8706 AllowASTWithCompilerErrors(AllowASTWithCompilerErrors), in ASTReader()