Searched refs:PP (Results 126 - 150 of 154) sorted by relevance

1234567

/external/clang/tools/libclang/
H A DCXType.cpp229 PrintingPolicy PP(cxtu::getASTUnit(TU)->getASTContext().getLangOpts());
231 T.print(OS, PP);
H A DCIndex.cpp5736 Preprocessor &PP = CXXUnit->getPreprocessor();
5788 PP.getIdentifierTable().get(Tok.getRawIdentifier());
6855 Preprocessor &PP = Unit->getPreprocessor();
6856 MacroDirective *MD = PP.getMacroDirectiveHistory(&II);
6900 Preprocessor &PP = Unit->getPreprocessor();
6901 PreprocessingRecord *PPRec = PP.getPreprocessingRecord();
6905 IdentifierInfo &II = PP.getIdentifierTable().get(Tok.getRawIdentifier());
6913 MacroDirective *InnerMD = PP.getMacroDirectiveHistory(&II);
6929 Preprocessor &PP = Unit->getPreprocessor();
6930 if (!PP
[all...]
H A DIndexingContext.cpp201 void IndexingContext::setPreprocessor(Preprocessor &PP) { argument
202 cxtu::getASTUnit(CXTU)->setPreprocessor(&PP);
/external/opencv/cv/src/
H A Dcvundistort.cpp417 double PP[3][3]; local
418 CvMat _P3x3, _PP=cvMat(3, 3, CV_64F, PP);
/external/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h322 const ProgramPoint &PP);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h480 const ProgramPoint *PP = nullptr);
/external/clang/lib/Sema/
H A DSemaAttr.cpp462 SourceLocation Loc = PP.getPragmaARCCFCodeAuditedLoc();
H A DSemaExpr.cpp405 = PP.getLocForEndOfToken(sentinelExpr->getLocEnd());
408 PP.getIdentifierInfo("nil")->hasMacroDefinition())
410 else if (PP.getIdentifierInfo("NULL")->hasMacroDefinition())
519 SourceLocation RHSLocEnd = S.PP.getLocForEndOfToken(RHS->getLocEnd());
883 Name.setIdentifier(PP.getIdentifierInfo("__builtin_trap"),
1505 StringLiteralParser Literal(StringToks, PP);
2961 StringRef ThisTok = PP.getSpelling(Tok, CharBuffer, &Invalid);
2966 PP, Tok.getKind());
3053 const char Val = PP.getSpellingOfSingleCharacterNumericConstant(Tok);
3066 StringRef TokSpelling = PP
[all...]
H A DSemaExprCXX.cpp450 IdentifierInfo *TypeInfoII = &PP.getIdentifierTable().get("type_info");
534 IdentifierInfo *GuidII = &PP.getIdentifierTable().get("_GUID");
2001 &PP.getIdentifierTable().get("bad_alloc"),
2363 << FixItHint::CreateInsertion(PP.getLocForEndOfToken(StartLoc), "[]");
5301 SourceLocation ExpectedLParenLoc = PP.getLocForEndOfToken(NameLoc);
H A DSemaStmt.cpp1866 IdentifierInfo *II = &SemaRef.PP.getIdentifierTable().get(Name);
1970 &SemaRef.PP.getIdentifierTable().get("begin"), ColonLoc);
1971 DeclarationNameInfo EndNameInfo(&SemaRef.PP.getIdentifierTable().get("end"),
H A DSemaDeclAttr.cpp273 << FixItHint::CreateInsertion(PP.getLocForEndOfToken(Loc->Loc), "\"");
1257 Module = &S.PP.getIdentifierTable().get(ModuleName);
H A DSemaDeclCXX.cpp6889 &PP.getIdentifierTable().get("std"),
6932 &PP.getIdentifierTable().get("initializer_list") ||
6964 LookupResult Result(S, &S.PP.getIdentifierTable().get("initializer_list"),
7903 PP.getLocForEndOfToken(NameInfo.getLocEnd());
11569 << FixItHint::CreateInsertion(PP.getLocForEndOfToken(FriendLoc),
/external/clang/lib/AST/
H A DASTContext.cpp441 const Preprocessor *PP) const {
468 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP))
474 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP))
483 if (comments::FullComment *FC = getCommentForDecl(TD, PP))
489 if (comments::FullComment *FC = getCommentForDecl(IC, PP))
495 if (comments::FullComment *FC = getCommentForDecl(IC, PP))
512 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP))
526 if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP))
539 return getCommentForDecl(OriginalDecl, PP);
541 comments::FullComment *FC = RC->parse(*this, PP,
[all...]
/external/clang/include/clang/AST/
H A DType.h1389 void setContainsUnexpandedParameterPack(bool PP = true) {
1390 TypeBits.ContainsUnexpandedParameterPack = PP;
3500 TemplateTypeParmType(unsigned D, unsigned I, bool PP) argument
3504 /*VariablyModified=*/false, PP) {
3507 CanTTPTInfo.ParameterPack = PP;
H A DASTContext.h615 /// \param PP the Preprocessor used with this TU. Could be NULL if
618 const Preprocessor *PP) const;
H A DExpr.h221 void setContainsUnexpandedParameterPack(bool PP = true) {
222 ExprBits.ContainsUnexpandedParameterPack = PP;
/external/clang/include/clang/Basic/
H A DDiagnostic.h1316 /// \param PP The preprocessor object being used for the source; this is
1319 const Preprocessor *PP = nullptr) {}
/external/clang/include/clang/Lex/
H A DPreprocessor.h1578 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) = 0;
/external/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp111 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override {
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp1434 DenseMap<Value *, std::vector<Value *> >::iterator PP = local
1436 if (PP == CandidatePairs.end())
1439 for (std::vector<Value *>::iterator P = PP->second.begin(),
1440 E = PP->second.end(); P != E; ++P)
/external/clang/include/clang/Sema/
H A DDeclSpec.h738 void Finish(DiagnosticsEngine &D, Preprocessor &PP,
H A DSema.h240 Preprocessor &PP; member in class:clang::Sema
949 Preprocessor &getPreprocessor() const { return PP; }
1739 return getPrintingPolicy(Context, PP);
1744 const Preprocessor &PP);
/external/clang/lib/Analysis/
H A DCFG.cpp4232 PrintingPolicy PP(Helper.getLangOpts());
4233 CFGBlockTerminatorPrint TPrinter(OS, &Helper, PP);
/external/iproute2/doc/
H A Dip-cref.tex2583 to the forwarding engine has been proposed in~\cite{IOS-BGP-PP}.
2692 \bibitem{IOS-BGP-PP} ``Cisco IOS Release 12.0 Quality of Service Solutions
/external/bison/build-aux/
H A Dtexinfo.tex1367 \def\skipspaces#1{\def\PP{#1}\def\D{|}%
1368 \ifx\PP\D\let\nextsp\relax
1370 \addtokens{\filename}{\PP}%

Completed in 580 milliseconds

1234567