Home
last modified time | relevance | path

Searched defs:Ident (Results 1 – 25 of 32) sorted by relevance

12

/external/clang/test/CXX/basic/basic.lookup/basic.lookup.elab/
Dtemplateid.cpp8 template <typename> class Ident {}; // expected-note {{previous use is here}} class
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoken.ml12 | Ident of string | Number of float Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dtoken.ml12 | Ident of string | Number of float Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dtoken.ml12 | Ident of string | Number of float Constructor
/external/llvm/lib/Object/
DELFObjectFile.cpp25 std::pair<unsigned char, unsigned char> Ident = in createELFObjectFile() local
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoken.ml12 | Ident of string | Number of float Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoken.ml12 | Ident of string | Number of float Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoken.ml12 | Ident of string | Number of float Constructor
/external/compiler-rt/test/asan/TestCases/
Dstack-use-after-return.cc34 char *Ident(char *x) { in Ident() function
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_test_utils.h78 static T Ident(T t) { in Ident() function
/external/clang/lib/Sema/
DAttributeList.cpp26 IdentifierInfo *Ident) { in create()
DSemaDeclAttr.cpp870 IdentifierLoc *Ident = Attr.getArgAsIdent(ArgIndex); in handleCallableWhenAttr() local
899 IdentifierLoc *Ident = Attr.getArgAsIdent(0); in handleParamTypestateAttr() local
987 IdentifierLoc *Ident = Attr.getArgAsIdent(0); in handleSetTypestateAttr() local
1012 IdentifierLoc *Ident = Attr.getArgAsIdent(0); in handleTestTypestateAttr() local
3214 IdentifierInfo *Ident, in mergeAlwaysInlineAttr()
/external/v8/test/cctest/
Dcctest.h76 #define DEFINE_EXTENSION_ID(Name, Ident) Name##_ID, argument
84 #define DEFINE_EXTENSION_FLAG(Name, Ident) \ argument
/external/clang/include/clang/Lex/
DPPCallbacks.h156 virtual void Ident(SourceLocation Loc, const std::string &str) { in Ident() function
376 void Ident(SourceLocation Loc, const std::string &str) override { in Ident() function
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp62 const IdentifierInfo *Ident = Info.getArgIdentifier(0); in HandleDiagnostic() local
/external/clang/lib/Parse/
DParseDeclCXX.cpp71 IdentifierInfo *Ident = nullptr; in ParseNamespace() local
207 std::vector<IdentifierInfo *> &Ident, in ParseInnerNamespace()
274 IdentifierInfo *Ident = Tok.getIdentifierInfo(); in ParseNamespaceAlias() local
/external/clang/lib/AST/
DCommentParser.cpp444 Token Ident = Tok; in parseHTMLStartTag() local
DCommentLexer.cpp638 StringRef Ident(BufferPtr, TokenPtr - BufferPtr); in lexHTMLStartTag() local
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp312 GCOVFunction(DISubprogram SP, raw_ostream *os, uint32_t Ident, in GCOVFunction()
415 uint32_t Ident; member in __anon6b4605ac0211::GCOVFunction
/external/llvm/include/llvm/Support/
DGCOV.h282 uint32_t Ident; variable
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp341 void PrintPPOutputPPCallbacks::Ident(SourceLocation Loc, const std::string &S) { in Ident() function in PrintPPOutputPPCallbacks
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmscnvrt.c342 cmsMAT3 Ident; in IsEmptyLayer() local
/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp630 std::pair<StringRef, bool> Ident = *D; in loadModuleFile() local
/external/clang/include/clang/Sema/
DAttributeList.h52 IdentifierInfo *Ident; member
DDeclSpec.h1138 IdentifierInfo *Ident; member
1153 : Ident(ident), IdentLoc(iloc), Param(param), in Ident() function

12