Searched defs:PP (Results 1 - 25 of 96) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteTest.cpp18 void clang::DoRewriteTest(Preprocessor &PP, raw_ostream *OS) { argument
H A DHTMLPrint.cpp34 Preprocessor &PP; member in class:__anon520::HTMLPrinter
49 clang::CreateHTMLPrinter(std::unique_ptr<raw_ostream> OS, Preprocessor &PP, argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DTokenConcatenation.h31 const Preprocessor &PP; member in class:clang::TokenConcatenation
H A DTokenLexer.h41 Preprocessor &PP; member in class:clang::TokenLexer
H A DPreprocessorLexer.h36 Preprocessor *PP = nullptr; member in class:clang::PreprocessorLexer
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp59 std::shared_ptr<Preprocessor> PP; member in class:__anon542::final
79 IndexCtx->getDataConsumer().setPreprocessor(PP); variable
63 IndexASTConsumer(std::shared_ptr<IndexDataConsumer> DataConsumer, const IndexingOptions &Opts, std::shared_ptr<Preprocessor> PP, std::function<bool(const Decl *)> ShouldSkipFunctionBody) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Index/
H A DIndexingAction.h41 createIndexingASTConsumer( std::shared_ptr<IndexDataConsumer> DataConsumer, const IndexingOptions &Opts, std::shared_ptr<Preprocessor> PP) argument
H A DIndexDataConsumer.h39 virtual void setPreprocessor(std::shared_ptr<Preprocessor> PP) {} argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp23 PCHGenerator( const Preprocessor &PP, InMemoryModuleCache &ModuleCache, StringRef OutputFile, StringRef isysroot, std::shared_ptr<PCHBuffer> Buffer, ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions, bool AllowASTWithErrors, bool IncludeTimestamps, bool ShouldCacheASTInMemory) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h46 const Preprocessor *PP; member in class:clang::comments::Sema
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.h32 Preprocessor &PP; member in class:clang::MacroPPCallbacks
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DMacroArgs.cpp78 void MacroArgs::destroy(Preprocessor &PP) { argument
24 create(const MacroInfo *MI, ArrayRef<Token> UnexpArgTokens, bool VarargsElided, Preprocessor &PP) argument
161 getPreExpArgument(unsigned Arg, Preprocessor &PP) argument
[all...]
H A DTokenConcatenation.cpp128 static char GetFirstChar(const Preprocessor &PP, const Token &Tok) { argument
[all...]
H A DMacroInfo.cpp74 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP, argument
241 ModuleMacro *ModuleMacro::create(Preprocessor &PP, Module *OwningModule, argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DIdentifierResolver.h181 Preprocessor &PP; member in class:clang::IdentifierResolver
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp36 BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) argument
H A DDependencyGraph.cpp29 const Preprocessor *PP; member in class:__anon505::DependencyGraphCallback
62 void clang::AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile, argument
H A DChainedIncludesSource.cpp84 Preprocessor &PP = CI.getPreprocessor(); local
171 Preprocessor &PP = Clang->getPreprocessor(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp54 const PrintingPolicy &PP = Context.getPrintingPolicy(); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h79 uint8_t *PP = (uint8_t *)AlignedP; local
98 uint8_t *PP = (uint8_t *)AlignedP; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp233 PrintingPolicy PP = Ctx.getPrintingPolicy(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp70 const Preprocessor &PP = P.getPreprocessor(); local
99 void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp142 PrintingPolicy PP = AST.getPrintingPolicy(); local
/freebsd-11-stable/lib/msun/ld80/
H A De_powl.c29 __polevll(long double x, long double *PP, int n) argument
48 __p1evll(long double x, long double *PP, int n) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp89 IdentifierResolver::IdentifierResolver(Preprocessor &PP) argument

Completed in 285 milliseconds

1234