Searched refs:getInternalFoundDecl (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DExpr.h920 NamedDecl *&getInternalFoundDecl() { function in class:clang::DeclRefExpr
929 NamedDecl *getInternalFoundDecl() const { function in class:clang::DeclRefExpr
930 return const_cast<DeclRefExpr *>(this)->getInternalFoundDecl();
1026 return hasFoundDecl() ? getInternalFoundDecl() : D;
1032 return hasFoundDecl() ? getInternalFoundDecl() : D;
1046 &getInternalFoundDecl() + 1);
/external/clang/lib/AST/
H A DExpr.cpp355 getInternalFoundDecl() = FoundD;
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp445 E->getInternalFoundDecl() = ReadDeclAs<NamedDecl>(Record, Idx);

Completed in 112 milliseconds