HomeSort by relevance Sort by last modified time
    Searched refs:FunctionTemplateDecl (Results 51 - 64 of 64) sorted by null

1 23

  /external/clang/tools/libclang/
CIndex.cpp 887 bool CursorVisitor::VisitFunctionTemplateDecl(FunctionTemplateDecl *D) {
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExprMember.cpp 553 // FunctionTemplateDecl and are declared in the current record or, for a C++
564 if (!ND || !(isa<ValueDecl>(ND) || isa<FunctionTemplateDecl>(ND)))
    [all...]
SemaExpr.cpp     [all...]
SemaStmt.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 55 AnyFunctionDecl(FunctionTemplateDecl *FTD);
492 /// FunctionTemplateDecl.
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 95 if (const FunctionTemplateDecl *ftd = fn->getPrimaryTemplate())
498 if (FunctionTemplateDecl *PrimaryTemplate = FD->getPrimaryTemplate()) {
    [all...]
MicrosoftMangle.cpp 72 if (const FunctionTemplateDecl *ftd = fn->getPrimaryTemplate())
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 320 } else if (isa<ValueDecl>(ND) || isa<FunctionTemplateDecl>(ND)) {
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 394 milliseconds

1 23