Searched refs:ParseBlockId (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp2361 /// ParseBlockId - Parse a block-id, which roughly looks like int (int x).
2367 void Parser::ParseBlockId(SourceLocation CaretLoc) { function in class:Parser
2447 ParseBlockId(CaretLoc);
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1834 void ParseBlockId(SourceLocation CaretLoc);

Completed in 109 milliseconds