Home
last modified time | relevance | path

Searched defs:ASTLoc (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Index/
DSelectorMap.cpp49 ASTLocation ASTLoc(CurrentDecl, Node); in VisitObjCMessageExpr() local
54 ASTLocation ASTLoc(CurrentDecl, Node); in VisitObjCSelectorExpr() local
DAnalyzer.cpp145 bool ValidReference(ASTLocation ASTLoc, ObjCInterfaceDecl *IFace) { in ValidReference()