Searched defs:getAtLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtObjC.h368 SourceLocation getAtLoc() const { return AtLoc; } function in class:clang::ObjCAutoreleasePoolStmt
H A DExprObjC.h44 SourceLocation getAtLoc() const { return AtLoc; } function in class:clang::ObjCStringLiteral
115 SourceLocation getAtLoc() const { return Range.getBegin(); } function in class:clang::ObjCBoxedExpr
356 SourceLocation getAtLoc() const { return AtLoc; } function in class:clang::ObjCEncodeExpr
397 SourceLocation getAtLoc() const { return AtLoc; } function in class:clang::ObjCSelectorExpr
437 SourceLocation getAtLoc() const { return AtLoc; } function in class:clang::ObjCProtocolExpr
H A DDeclObjC.h1777 SourceLocation getAtLoc() const { return AtLoc; } function in class:clang::ObjCPropertyDecl

Completed in 95 milliseconds