OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:identifierinfo
(Results
201 - 225
of
257
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/clang/tools/libclang/
CXCursor.cpp
813
const
IdentifierInfo
*cxcursor::MacroExpansionCursor::getName() const {
[
all
...]
CXType.cpp
815
IdentifierInfo
*II = &Ctx.Idents.get(S);
IndexingContext.cpp
[
all
...]
/external/clang/include/clang/AST/
CanonicalType.h
553
LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(
IdentifierInfo
*, getIdentifier)
ExternalASTSource.h
124
virtual void updateOutOfDateIdentifier(
IdentifierInfo
&II) { }
/external/clang/include/clang/Basic/
Module.h
43
class
IdentifierInfo
;
TokenKinds.def
72
// the tok::pp_* namespace. Note that
IdentifierInfo
::getPPKeywordID must be
/external/clang/include/clang/Frontend/
CompilerInstance.h
130
llvm::DenseMap<const
IdentifierInfo
*, Module *> KnownModules;
/external/clang/lib/Frontend/
FrontendAction.cpp
57
IdentifierInfo
*II) override {
/external/clang/lib/Rewrite/
HTMLRewrite.cpp
384
// Fill in Result.
IdentifierInfo
and update the token kind,
/external/clang/lib/Sema/
SemaStmtAsm.cpp
143
unsigned NumInputs,
IdentifierInfo
**Names,
/external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp
442
if (const
IdentifierInfo
*II = T.getBaseTypeIdentifier())
CallEvent.cpp
353
const
IdentifierInfo
*II = D->getIdentifier();
[
all
...]
/frameworks/compile/slang/
slang_rs_pragma_handler.cpp
239
if (const clang::
IdentifierInfo
*II = PP.getIdentifierInfo(FunctionName)) {
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1-sources.jar
/external/clang/lib/Serialization/
ASTReaderDecl.cpp
49
IdentifierInfo
*TypedefNameForLinkage;
157
IdentifierInfo
*TypedefNameForLinkage;
168
IdentifierInfo
*TypedefNameForLinkage)
[
all
...]
/external/clang/lib/AST/
DeclBase.cpp
44
void Decl::updateOutOfDate(
IdentifierInfo
&II) const {
875
const
IdentifierInfo
*II = ND->getIdentifier();
[
all
...]
Expr.cpp
[
all
...]
Type.cpp
47
const
IdentifierInfo
* QualType::getBaseTypeIdentifier() const {
[
all
...]
/external/clang/lib/Parse/
ParseStmt.cpp
941
IdentifierInfo
*II = Tok.getIdentifierInfo();
[
all
...]
/external/clang/include/clang/Sema/
ScopeInfo.h
36
class
IdentifierInfo
;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h
301
const
IdentifierInfo
*getCalleeIdentifier() const {
[
all
...]
/external/clang/lib/Analysis/
FormatString.cpp
881
const
IdentifierInfo
*Identifier = Typedef->getIdentifier();
/external/clang/lib/Basic/
Diagnostic.cpp
837
const
IdentifierInfo
*II = getArgIdentifier(ArgNo);
[
all
...]
/external/clang/lib/CodeGen/
CodeGenModule.cpp
631
IdentifierInfo
*II = ND->getIdentifier();
[
all
...]
Completed in 2464 milliseconds
1
2
3
4
5
6
7
8
9
10
11