HomeSort by relevance Sort by last modified time
    Searched refs:FD (Results 126 - 150 of 163) sorted by null

1 2 3 4 56 7

  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaAccess.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaOverload.cpp 829 /// \returns true if \arg FD is unavailable and current context is inside
831 bool Sema::isFunctionConsideredUnavailable(FunctionDecl *FD) {
832 return FD->isUnavailable() && !cast<Decl>(CurContext)->isUnavailable();
    [all...]
SemaTemplateInstantiate.cpp 535 FunctionDecl *FD = cast<FunctionDecl>(Param->getDeclContext());
544 << (FD->getNameAsString() + TemplateArgsStr)
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 48 AnyFunctionDecl(FunctionDecl *FD) : Function(FD) { }
695 void pushFriendDecl(FriendDecl *FD);
    [all...]
Decl.h     [all...]
RecursiveASTVisitor.h     [all...]
Expr.h     [all...]
DeclObjC.h 585 SourceLocation CLoc, bool FD, bool isInternal);
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 856 LateParsedMemberInitializer(Parser *P, Decl *FD)
857 : Self(P), Field(FD) { }
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 46 ED, FD, EA, FA,
  /external/clang/include/clang/Analysis/
CFG.h 515 void appendMemberDtor(FieldDecl *FD, BumpVectorContext &C) {
516 Elements.push_back(CFGMemberDtor(FD), C);
  /external/clang/lib/AST/
DeclPrinter.cpp 493 FieldDecl *FD = BMInitializer->getAnyMember();
494 Out << *FD;
DeclTemplate.cpp 567 FunctionTemplateSpecializationInfo::Create(ASTContext &C, FunctionDecl *FD,
578 return new (C) FunctionTemplateSpecializationInfo(FD, Template, TSK,
    [all...]
DeclCXX.cpp     [all...]
StmtPrinter.cpp 846 if (FieldDecl *FD = dyn_cast<FieldDecl>(Node->getMemberDecl()))
847 if (FD->isAnonymousStructOrUnion())
    [all...]
ExprConstant.cpp 568 const FieldDecl *FD = dyn_cast<FieldDecl>(E->getMemberDecl());
569 if (!FD) // FIXME: deal with other kinds of member expressions
572 if (FD->getType()->isReferenceType())
575 unsigned i = FD->getFieldIndex();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 139 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
140 Record.push_back(FD->doesThisDeclarationHaveABody());
141 if (FD->doesThisDeclarationHaveABody())
142 Writer.AddStmt(FD->getBody());
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 874 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(Decl))
875 return CGM.GetAddrOfFunction(FD);
    [all...]
  /external/llvm/test/MC/MBlaze/
mblaze_fsl.s 9 # TYPE FD: OPCODE RD RB NCTAE
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/icu4c/data/sprep/
rfc3491.txt 514 00DD; 00FD; MAP
649 01FC; 01FD; MAP
    [all...]

Completed in 1891 milliseconds

1 2 3 4 56 7