/external/clang/test/CXX/basic/basic.lookup/basic.lookup.elab/ |
D | templateid.cpp | 8 template <typename> class Ident {}; // expected-note {{previous use is here}} class
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
D | token.ml | 12 | Ident of string | Number of float Constructor
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/ |
D | token.ml | 12 | Ident of string | Number of float Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | token.ml | 12 | Ident of string | Number of float Constructor
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/ |
D | token.ml | 12 | Ident of string | Number of float Constructor
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/ |
D | token.ml | 12 | Ident of string | Number of float Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | token.ml | 12 | Ident of string | Number of float Constructor
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/ |
D | token.ml | 12 | Ident of string | Number of float Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | token.ml | 12 | Ident of string | Number of float Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | token.ml | 12 | Ident of string | Number of float Constructor
|
/external/llvm/lib/Object/ |
D | ELFObjectFile.cpp | 25 std::pair<unsigned char, unsigned char> Ident = in createELFObjectFile() local
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/ |
D | token.ml | 12 | Ident of string | Number of float Constructor
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/ |
D | token.ml | 12 | Ident of string | Number of float Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | token.ml | 12 | Ident of string | Number of float Constructor
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | stack-use-after-return.cc | 33 char *Ident(char *x) { in Ident() function
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_test_utils.h | 78 static T Ident(T t) { in Ident() function
|
/external/clang/unittests/Sema/ |
D | ExternalSemaSourceTest.cpp | 61 const IdentifierInfo *Ident = Info.getArgIdentifier(0); in HandleDiagnostic() local 66 auto Ident = DeclarationName::getFromOpaqueInteger(Info.getRawArg(0)); in HandleDiagnostic() local
|
/external/clang/lib/Sema/ |
D | AttributeList.cpp | 27 IdentifierInfo *Ident) { in create()
|
D | SemaDeclAttr.cpp | 252 IdentifierInfo *Ident) { in checkAttrMutualExclusion() 928 IdentifierLoc *Ident = Attr.getArgAsIdent(ArgIndex); in handleCallableWhenAttr() local 956 IdentifierLoc *Ident = Attr.getArgAsIdent(0); in handleParamTypestateAttr() local 1042 IdentifierLoc *Ident = Attr.getArgAsIdent(0); in handleSetTypestateAttr() local 1067 IdentifierLoc *Ident = Attr.getArgAsIdent(0); in handleTestTypestateAttr() local 3588 IdentifierInfo *Ident, in mergeAlwaysInlineAttr() 3604 IdentifierInfo *Ident, in mergeCommonAttr() 3614 IdentifierInfo *Ident, in mergeInternalLinkageAttr()
|
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 158 virtual void Ident(SourceLocation Loc, StringRef str) { in Ident() function 377 void Ident(SourceLocation Loc, StringRef str) override { in Ident() function
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 319 uint32_t Ident, bool UseCfgChecksum, bool ExitBlockBeforeBody) in GCOVFunction() 419 uint32_t Ident; member in __anon6b96304b0211::GCOVFunction
|
/external/clang/lib/AST/ |
D | CommentParser.cpp | 444 Token Ident = Tok; in parseHTMLStartTag() local
|
D | CommentLexer.cpp | 645 StringRef Ident(BufferPtr, TokenPtr - BufferPtr); in lexHTMLStartTag() local
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 72 IdentifierInfo *Ident = nullptr; in ParseNamespace() local 210 std::vector<IdentifierInfo *> &Ident, in ParseInnerNamespace() 280 IdentifierInfo *Ident = Tok.getIdentifierInfo(); in ParseNamespaceAlias() local
|
/external/clang/lib/Frontend/ |
D | PrintPreprocessedOutput.cpp | 352 void PrintPPOutputPPCallbacks::Ident(SourceLocation Loc, StringRef S) { in Ident() function in PrintPPOutputPPCallbacks
|