Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp684 SourceLocation starLoc = getLocForEndOfToken( in actOnObjCTypeParam() local
1594 SourceLocation starLoc = getLocForEndOfToken(loc); in actOnObjCTypeArgsOrProtocolQualifiers() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h2620 IndirectGotoStmt(SourceLocation gotoLoc, SourceLocation starLoc, Expr *target) in IndirectGotoStmt()