OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getExtInfo
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
Decl.h
532
ExtInfo *
getExtInfo
() { return DeclInfo.get<ExtInfo*>(); }
533
const ExtInfo *
getExtInfo
() const { return DeclInfo.get<ExtInfo*>(); }
545
?
getExtInfo
()->TInfo
550
getExtInfo
()->TInfo = TI;
572
return hasExtInfo() ?
getExtInfo
()->QualifierLoc.getNestedNameSpecifier()
580
return hasExtInfo() ?
getExtInfo
()->QualifierLoc
587
return hasExtInfo() ?
getExtInfo
()->NumTemplParamLists : 0;
591
return
getExtInfo
()->TemplParamLists[index];
[
all
...]
/external/clang/lib/CodeGen/
CGCall.h
269
FunctionType::ExtInfo
getExtInfo
() const {
Completed in 1239 milliseconds