OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBuiltinLoc
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp
1142
Record.AddSourceLocation(E->
getBuiltinLoc
());
1179
Record.AddSourceLocation(E->
getBuiltinLoc
());
1196
Record.AddSourceLocation(E->
getBuiltinLoc
());
1203
Record.AddSourceLocation(E->
getBuiltinLoc
());
1262
Record.AddSourceLocation(E->
getBuiltinLoc
());
2100
Record.AddSourceLocation(E->
getBuiltinLoc
());
ASTWriter.cpp
199
Record.AddSourceLocation(TL.
getBuiltinLoc
());
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
4337
SourceLocation
getBuiltinLoc
() const { return BuiltinLoc; }
4417
///
getBuiltinLoc
- Return the location of the __builtin_convertvector token.
4418
SourceLocation
getBuiltinLoc
() const { return BuiltinLoc; }
4493
SourceLocation
getBuiltinLoc
() const { return BuiltinLoc; }
4582
SourceLocation
getBuiltinLoc
() const { return BuiltinLoc; }
5973
///
getBuiltinLoc
- Return the location of the __builtin_astype token.
5974
SourceLocation
getBuiltinLoc
() const { return BuiltinLoc; }
6245
SourceLocation
getBuiltinLoc
() const { return BuiltinLoc; }
TypeLoc.h
555
SourceLocation
getBuiltinLoc
() const {
573
SourceLocation getNameLoc() const { return
getBuiltinLoc
(); }
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp
169
ChooseExpr(ce->
getBuiltinLoc
(), ce->getCond(), LHS, RHS,
TreeTransform.h
4889
NewT.setBuiltinLoc(T.
getBuiltinLoc
());
11220
return getDerived().RebuildVAArgExpr(E->
getBuiltinLoc
(), SubExpr.get(),
11301
return getDerived().RebuildChooseExpr(E->
getBuiltinLoc
(),
13955
return getDerived().RebuildShuffleVectorExpr(E->
getBuiltinLoc
(),
13976
return getDerived().RebuildConvertVectorExpr(E->
getBuiltinLoc
(),
14067
return SemaRef.BuildAsTypeExpr(SrcExpr.get(), Type, E->
getBuiltinLoc
(),
14085
return getDerived().RebuildAtomicExpr(E->
getBuiltinLoc
(), SubExprs,
SemaExpr.cpp
18224
return S.ActOnChooseExpr(CE->
getBuiltinLoc
(), CE->getCond(), LHS.get(),
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp
6547
auto ToBuiltinLoc = importChecked(Err, E->
getBuiltinLoc
());
6566
auto ToBuiltinLoc = importChecked(Err, E->
getBuiltinLoc
());
6832
auto ToBuiltinLoc = importChecked(Err, E->
getBuiltinLoc
());
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
1577
MakeCursorTypeRef(Typedef->getDecl(), TL.
getBuiltinLoc
(), TU));
Completed in 117 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026