OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getKeywordLoc
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtCXX.h
274
SourceLocation
getKeywordLoc
() const { return KeywordLoc; }
476
SourceLocation
getKeywordLoc
() const { return CoreturnLoc; }
Stmt.h
1545
SourceLocation
getKeywordLoc
() const { return SwitchCaseBits.KeywordLoc; }
1555
SourceLocation getBeginLoc() const { return
getKeywordLoc
(); }
1637
SourceLocation getCaseLoc() const { return
getKeywordLoc
(); }
1694
SourceLocation getBeginLoc() const { return
getKeywordLoc
(); }
1737
SourceLocation getDefaultLoc() const { return
getKeywordLoc
(); }
1740
SourceLocation getBeginLoc() const { return
getKeywordLoc
(); }
ExprCXX.h
4724
SourceLocation
getKeywordLoc
() const { return KeywordLoc; }
4831
SourceLocation
getKeywordLoc
() const { return KeywordLoc; }
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp
94
Record.AddSourceLocation(S->
getKeywordLoc
());
365
Record.AddSourceLocation(S->
getKeywordLoc
());
374
Record.AddSourceLocation(E->
getKeywordLoc
());
393
Record.AddSourceLocation(E->
getKeywordLoc
());
1553
Record.AddSourceLocation(S->
getKeywordLoc
());
/src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp
1439
Builder.markChildToken(S->
getKeywordLoc
(),
1449
Builder.markChildToken(S->
getKeywordLoc
(),
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
7842
return getDerived().RebuildCoreturnStmt(S->
getKeywordLoc
(), Result.get(),
7856
return getDerived().RebuildCoawaitExpr(E->
getKeywordLoc
(), Result.get(),
7877
E->
getKeywordLoc
(), OperandResult.get(),
7891
return getDerived().RebuildCoyieldExpr(E->
getKeywordLoc
(), Result.get());
8270
return new (getSema().Context) NullStmt(S->
getKeywordLoc
());
8276
return new (getSema().Context) NullStmt(S->
getKeywordLoc
());
8296
return getDerived().RebuildMSDependentExistsStmt(S->
getKeywordLoc
(),
Completed in 78 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026