/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | path.cpp | 47 auto PP = PathParser::CreateBegin(__pn_); in __root_name() local 54 auto PP = PathParser::CreateBegin(__pn_); in __root_directory() local 63 auto PP = PathParser::CreateBegin(__pn_); in __root_path_raw() local 77 static bool ConsumeRootName(PathParser* PP) { in ConsumeRootName() 84 static bool ConsumeRootDir(PathParser* PP) { in ConsumeRootDir() 93 auto PP = PathParser::CreateBegin(__pn_); in __relative_path() local 105 auto PP = PathParser::CreateBegin(__pn_); in __parent_path() local 112 auto PP = PathParser::CreateEnd(__pn_); in __parent_path() local 125 PathParser PP = PathParser::CreateBegin(__pn_); in __filename() local 182 for (auto PP = PathParser::CreateBegin(__pn_); PP; ++PP) { in lexically_normal() local [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | MacroArgs.cpp | 26 bool VarargsElided, Preprocessor &PP) { in create() 78 void MacroArgs::destroy(Preprocessor &PP) { in destroy() 137 Preprocessor &PP) { in invokedWithVariadicArgument() 162 Preprocessor &PP) { in getPreExpArgument() 209 Preprocessor &PP, bool Charify, in StringifyArgument()
|
H A D | PPExpressions.cpp | 103 bool ValueLive, Preprocessor &PP) { in EvaluateDefined() 234 bool ValueLive, Preprocessor &PP) { in EvaluateValue() 576 static void diagnoseUnexpectedOperator(Preprocessor &PP, PPValue &LHS, in diagnoseUnexpectedOperator() 595 Preprocessor &PP) { in EvaluateDirectiveSubExpr()
|
H A D | MacroInfo.cpp | 94 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP, in isIdenticalTo() 259 ModuleMacro *ModuleMacro::create(Preprocessor &PP, Module *OwningModule, in create()
|
H A D | PPMacroExpansion.cpp | 326 static IdentifierInfo *RegisterBuiltinMacro(Preprocessor &PP, const char *Name){ in RegisterBuiltinMacro() 410 Preprocessor &PP) { in isTrivialSingleTokenExpansion() 673 static bool GenerateNewArgTokens(Preprocessor &PP, in GenerateNewArgTokens() 1099 Preprocessor &PP) { in ComputeDATE_TIME() 1145 static bool HasFeature(const Preprocessor &PP, StringRef Feature) { in HasFeature() 1163 static bool HasExtension(const Preprocessor &PP, StringRef Extension) { in HasExtension() 1193 Preprocessor &PP, in EvaluateHasIncludeCommon() 1398 Preprocessor &PP, bool ExpandArgs, in EvaluateFeatureLikeBuiltinMacro() 1507 Preprocessor &PP, in ExpectFeatureIdentifierInfo()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 2068 void PragmaGCCVisibilityHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 2129 void PragmaPackHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 2244 void PragmaMSStructHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 2287 void PragmaClangSectionHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 2339 static void ParseAlignPragma(Preprocessor &PP, Token &FirstTok, in ParseAlignPragma() 2419 void PragmaAlignHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 2425 void PragmaOptionsHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 2432 void PragmaUnusedHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 2514 void PragmaWeakHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 2575 void PragmaRedefineExtnameHandler::HandlePragma(Preprocessor &PP, in HandlePragma() [all …]
|
H A D | ParseAST.cpp | 71 const Preprocessor &PP = P.getPreprocessor(); in print() local 100 void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer, in ParseAST()
|
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
H A D | Visitor.h | 32 SourceManager &SrcMgr, Preprocessor &PP) in InstallAPIVisitor() 81 Preprocessor &PP; variable
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexingAction.cpp | 104 std::shared_ptr<Preprocessor> PP; member in __anonb20dd8150111::IndexASTConsumer 110 std::shared_ptr<Preprocessor> PP, in IndexASTConsumer() 173 const IndexingOptions &Opts, std::shared_ptr<Preprocessor> PP, in createIndexingASTConsumer() 181 const IndexingOptions &Opts, std::shared_ptr<Preprocessor> PP) { in createIndexingASTConsumer() 232 static void indexPreprocessorMacros(Preprocessor &PP, in indexPreprocessorMacros() 242 static void indexPreprocessorModuleMacros(Preprocessor &PP, in indexPreprocessorModuleMacros() 273 void index::indexTopLevelDecls(ASTContext &Ctx, Preprocessor &PP, in indexTopLevelDecls()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ReachableCode.cpp | 151 Preprocessor &PP, in isExpandedFromConfigurationMacro() 190 Preprocessor &PP, in isConfigurationValue() 274 static bool isConfigurationValue(const ValueDecl *D, Preprocessor &PP) { in isConfigurationValue() 297 Preprocessor &PP) { in shouldTreatSuccessorsAsReachable() 319 Preprocessor *PP, in scanFromBlock() 384 Preprocessor &PP, in scanMaybeReachableFromBlock() 398 Preprocessor &PP; member in __anon5ae95f9f0111::DeadCodeScan 407 DeadCodeScan(llvm::BitVector &reachable, Preprocessor &PP, ASTContext &C) in DeadCodeScan() 733 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP, in FindUnreachableCode()
|
H A D | MacroExpansionContext.cpp | 21 const Preprocessor &PP; member in clang::detail::MacroExpansionRangeRecorder 27 const Preprocessor &PP, SourceManager &SM, in MacroExpansionRangeRecorder() 177 static void dumpTokenInto(const Preprocessor &PP, raw_ostream &OS, Token Tok) { in dumpTokenInto()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteMacros.cpp | 61 static void LexRawTokensFromMainFile(Preprocessor &PP, in LexRawTokensFromMainFile() 89 void clang::RewriteMacrosInInput(Preprocessor &PP, raw_ostream *OS) { in RewriteMacrosInInput()
|
H A D | RewriteTest.cpp | 18 void clang::DoRewriteTest(Preprocessor &PP, raw_ostream *OS) { in DoRewriteTest()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | GeneratePCH.cpp | 26 Preprocessor &PP, InMemoryModuleCache &ModuleCache, StringRef OutputFile, in PCHGenerator() 93 CXX20ModulesGenerator::CXX20ModulesGenerator(Preprocessor &PP, in CXX20ModulesGenerator()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ChainedIncludesSource.cpp | 61 Preprocessor &PP = CI.getPreprocessor(); in createASTReader() local 149 Preprocessor &PP = Clang->getPreprocessor(); in createChainedIncludesSource() local
|
H A D | DependencyGraph.cpp | 29 const Preprocessor *PP; member in __anoncc7c34da0111::DependencyGraphCallback 67 void clang::AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile, in AttachDependencyGraphGen()
|
H A D | DependencyFile.cpp | 34 Preprocessor &PP; member 209 void DependencyCollector::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor() 233 void DependencyFileGenerator::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor()
|
H A D | SARIFDiagnosticPrinter.cpp | 33 const Preprocessor *PP) { in BeginSourceFile()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | MacroExpansionContext.h | 118 Preprocessor *PP = nullptr; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | TokenConcatenation.h | 31 const Preprocessor &PP; variable
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | TextDiagnostics.cpp | 139 const std::string &Prefix, const Preprocessor &PP, in createTextPathDiagnosticConsumer() 149 const std::string &Prefix, const Preprocessor &PP, in createTextMinimalPathDiagnosticConsumer()
|
H A D | AnalysisManager.cpp | 16 AnalysisManager::AnalysisManager(ASTContext &ASTCtx, Preprocessor &PP, in AnalysisManager()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | MacroPPCallbacks.cpp | 23 Preprocessor &PP, raw_ostream &Name, in writeMacroDefinition() 61 MacroPPCallbacks::MacroPPCallbacks(CodeGenerator *Gen, Preprocessor &PP) in MacroPPCallbacks()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangle.h | 83 uint8_t *PP = (uint8_t *)AlignedP; in allocArray() local 102 uint8_t *PP = (uint8_t *)AlignedP; in alloc() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | CreateCheckerManager.cpp | 21 ASTContext &Context, AnalyzerOptions &AOptions, const Preprocessor &PP, in CheckerManager()
|