OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setOpLoc
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
ExprObjC.h
532
void
setOpLoc
(SourceLocation L) { OpLoc = L; }
[
all
...]
/external/clang/lib/Serialization/
ASTReaderStmt.cpp
644
E->
setOpLoc
(ReadSourceLocation(Record, Idx));
[
all
...]
Completed in 32 milliseconds