Searched defs:PP (Results 51 - 75 of 96) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h95 std::shared_ptr<Preprocessor> PP; member in class:clang::CompilerInstance
H A DASTUnit.h116 std::shared_ptr<Preprocessor> PP; member in class:clang::ASTUnit
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp424 auto PP = N->getLocationAs<BlockEdge>(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp326 static IdentifierInfo *RegisterBuiltinMacro(Preprocessor &PP, const char *Name){ argument
663 static bool GenerateNewArgTokens(Preprocessor &PP, argument
400 isTrivialSingleTokenExpansion(const MacroInfo *MI, const IdentifierInfo *MacroIdent, Preprocessor &PP) argument
[all...]
H A DTokenLexer.cpp137 MaybeRemoveCommaBeforeVaArgs( SmallVectorImpl<Token> &ResultToks, bool HasPasteOperator, MacroInfo *Macro, unsigned MacroArgNo, Preprocessor &PP) argument
[all...]
H A DPragma.cpp66 void EmptyPragmaHandler::HandlePragma(Preprocessor &PP, argument
101 void PragmaNamespace::HandlePragma(Preprocessor &PP, argument
745 LexModuleNameComponent( Preprocessor &PP, Token &Tok, std::pair<IdentifierInfo *, SourceLocation> &ModuleNameComponent, bool First) argument
766 LexModuleName( Preprocessor &PP, Token &Tok, llvm::SmallVectorImpl<std::pair<IdentifierInfo *, SourceLocation>> &ModuleName) argument
1130 HandleCaptured(Preprocessor &PP) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp637 getMustBeExecutedNextInstruction( MustBeExecutedIterator &It, const Instruction *PP) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp393 TokenCollector::TokenCollector(Preprocessor &PP) : PP(PP) { argument
[all...]
/freebsd-11-stable/libexec/getty/
H A Dgettytab.h85 #define PP gettystrs[25].value macro
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h143 ProgramPoint& PP = t; local
155 ProgramPoint& PP = t; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp601 auto &PP = m_compiler->getPreprocessor(); local
951 auto &PP = m_compiler->getPreprocessor(); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h132 Preprocessor *PP = nullptr; member in class:clang::ASTWriter
741 const Preprocessor &PP; member in class:clang::PCHGenerator
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp27 Sema(llvm::BumpPtrAllocator &Allocator, const SourceManager &SourceMgr, DiagnosticsEngine &Diags, CommandTraits &Traits, const Preprocessor *PP) argument
H A DTypePrinter.cpp1672 static void printArgument(const TemplateArgument &A, const PrintingPolicy &PP, argument
1677 printArgument(const TemplateArgumentLoc &A, const PrintingPolicy &PP, llvm::raw_ostream &OS) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp82 const ProgramPoint &PP = Node->getLocation(); local
H A DHTMLDiagnostics.cpp64 const Preprocessor &PP; member in class:__anon887::HTMLDiagnostics
137 createHTMLDiagnosticConsumer( AnalyzerOptions &AnalyzerOpts, PathDiagnosticConsumers &C, const std::string &prefix, const Preprocessor &PP, const cross_tu::CrossTranslationUnitContext &) argument
144 createHTMLSingleFileDiagnosticConsumer( AnalyzerOptions &AnalyzerOpts, PathDiagnosticConsumers &C, const std::string &prefix, const Preprocessor &PP, const cross_tu::CrossTranslationUnitContext &) argument
[all...]
H A DCheckerManager.cpp371 const ProgramPoint &PP; member in struct:__anon879::CheckBindContext
416 const ProgramPoint &PP; member in struct:__anon880::CheckBeginFunctionContext
393 runCheckersForBind(ExplodedNodeSet &Dst, const ExplodedNodeSet &Src, SVal location, SVal val, const Stmt *S, ExprEngine &Eng, const ProgramPoint &PP) argument
418 CheckBeginFunctionContext(const CheckersTy &Checkers, ExprEngine &Eng, const ProgramPoint &PP) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp80 Preprocessor &PP; member in class:__anon516::PrintPPOutputPPCallbacks
34 PrintMacroDefinition(const IdentifierInfo &II, const MacroInfo &MI, Preprocessor &PP, raw_ostream &OS) argument
712 PrintPreprocessedTokens(Preprocessor &PP, Token &Tok, PrintPPOutputPPCallbacks *Callbacks, raw_ostream &OS) argument
825 DoPrintMacros(Preprocessor &PP, raw_ostream *OS) argument
858 DoPrintPreprocessedInput(Preprocessor &PP, raw_ostream *OS, const PreprocessorOutputOptions &Opts) argument
[all...]
H A DPrecompiledPreamble.cpp159 PrecompilePreambleConsumer(PrecompilePreambleAction &Action, const Preprocessor &PP, InMemoryModuleCache &ModuleCache, StringRef isysroot, std::unique_ptr<raw_ostream> Out) argument
H A DVerifyDiagnosticConsumer.cpp401 ParseDirective(StringRef S, ExpectedData *ED, SourceManager &SM, Preprocessor *PP, SourceLocation Pos, VerifyDiagnosticConsumer::DirectiveStatus &Status, VerifyDiagnosticConsumer::MarkerTracker &Markers) argument
663 BeginSourceFile(const LangOptions &LangOpts, const Preprocessor *PP) argument
746 HandleComment(Preprocessor &PP, SourceRange Comment) argument
[all...]
H A DCompilerInstance.cpp483 Preprocessor &PP = getPreprocessor(); local
506 createPCHExternalASTSource( StringRef Path, StringRef Sysroot, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, Preprocessor &PP, InMemoryModuleCache &ModuleCache, ASTContext &Context, const PCHContainerReader &PCHContainerRdr, ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions, ArrayRef<std::shared_ptr<DependencyCollector>> DependencyCollectors, void *DeserializationListener, bool OwnDeserializationListener, bool Preamble, bool UseGlobalModuleIndex) argument
565 EnableCodeCompletion(Preprocessor &PP, StringRef Filename, unsigned Line, unsigned Column) argument
609 createCodeCompletionConsumer(Preprocessor &PP, StringRef Filename, unsigned Line, unsigned Column, const CodeCompleteOptions &Opts, raw_ostream &OS) argument
1340 checkConfigMacro(Preprocessor &PP, StringRef ConfigMacro, Module *Mod, SourceLocation ImportLoc) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp735 Pass *PP = P->createPrinterPass( local
744 Pass *PP = P->createPrinterPass( local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2307 Preprocessor &PP = getPreprocessor(); local
H A DSemaCast.cpp1932 Preprocessor &PP = Self.getPreprocessor(); local
H A DAnalysisBasedWarnings.cpp1218 static StringRef getFallthroughAttrSpelling(Preprocessor &PP, argument
1301 Preprocessor &PP = S.getPreprocessor(); local
[all...]

Completed in 441 milliseconds

1234