Home
last modified time | relevance | path

Searched defs:PP (Results 1 – 25 of 137) sorted by relevance

123456

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp47 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 DMacroArgs.cpp26 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 DPPExpressions.cpp103 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 DMacroInfo.cpp94 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP, in isIdenticalTo()
259 ModuleMacro *ModuleMacro::create(Preprocessor &PP, Module *OwningModule, in create()
H A DPPMacroExpansion.cpp326 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 DParsePragma.cpp2068 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 DParseAST.cpp71 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 DVisitor.h32 SourceManager &SrcMgr, Preprocessor &PP) in InstallAPIVisitor()
81 Preprocessor &PP; variable
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp104 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 DReachableCode.cpp151 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 DMacroExpansionContext.cpp21 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 DRewriteMacros.cpp61 static void LexRawTokensFromMainFile(Preprocessor &PP, in LexRawTokensFromMainFile()
89 void clang::RewriteMacrosInInput(Preprocessor &PP, raw_ostream *OS) { in RewriteMacrosInInput()
H A DRewriteTest.cpp18 void clang::DoRewriteTest(Preprocessor &PP, raw_ostream *OS) { in DoRewriteTest()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp26 Preprocessor &PP, InMemoryModuleCache &ModuleCache, StringRef OutputFile, in PCHGenerator()
93 CXX20ModulesGenerator::CXX20ModulesGenerator(Preprocessor &PP, in CXX20ModulesGenerator()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp61 Preprocessor &PP = CI.getPreprocessor(); in createASTReader() local
149 Preprocessor &PP = Clang->getPreprocessor(); in createChainedIncludesSource() local
H A DDependencyGraph.cpp29 const Preprocessor *PP; member in __anoncc7c34da0111::DependencyGraphCallback
67 void clang::AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile, in AttachDependencyGraphGen()
H A DDependencyFile.cpp34 Preprocessor &PP; member
209 void DependencyCollector::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor()
233 void DependencyFileGenerator::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor()
H A DSARIFDiagnosticPrinter.cpp33 const Preprocessor *PP) { in BeginSourceFile()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DMacroExpansionContext.h118 Preprocessor *PP = nullptr; variable
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DTokenConcatenation.h31 const Preprocessor &PP; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp139 const std::string &Prefix, const Preprocessor &PP, in createTextPathDiagnosticConsumer()
149 const std::string &Prefix, const Preprocessor &PP, in createTextMinimalPathDiagnosticConsumer()
H A DAnalysisManager.cpp16 AnalysisManager::AnalysisManager(ASTContext &ASTCtx, Preprocessor &PP, in AnalysisManager()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp23 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 DMicrosoftDemangle.h83 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 DCreateCheckerManager.cpp21 ASTContext &Context, AnalyzerOptions &AOptions, const Preprocessor &PP, in CheckerManager()

123456